PowerTCP Telnet for .NET
Option Constructor(Byte[],Int32,Int32)




Syntax
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
Dim instance As New Option(buffer, offset, count)
public Option( 
   byte[] buffer,
   int offset,
   int count
)
public: Option( 
   byte[]* buffer,
   int offset,
   int count
)
public:
Option( 
   array<byte>^ buffer,
   int offset,
   int count
)

Parameters

buffer
offset
count
See Also

Reference

Option Class
Option Members
Overload List


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic